Html Css Color HEX #BED614 Rio Grande

📋 copy color: '#BED614'

red 190 ◦ green 214 ◦ blue 20

#BED614
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BED614

Tints of Rio Grande #BED614

RGB

 RED value IS 190 (74.61% from 255) = 44.81%

 GREEN value IS 214 (83.98% from 255) = 50.47%

 BLUE value IS 20 (8.2% from 255) = 4.72%

R = 44.81%
G = 50.47%
B = 4.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BED614 (or 0xBED614) is known color: Rio Grande. HEX triplet: BE, D6 and 14. RGB value is (190,214,20). Sum of RGB (Red+Green+Blue) = 190+214+20=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #BED614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED614 is #4129EB. Grayscale: #B9B9B9. Windows color (decimal): -4270572 or 1365694. OLE color: 1365694.

HSL color Cylindrical-coordinate representation of color #BED614: hue angle of 67.42º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BED614 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 20 -
CMYK 0.11 0 0.91 0.16
HSL 67.42º 0.83% 0.46% -
HSV(B) 67.42º 0.91% 0.84% -
XYZ 45.41 59.09 9.67 -
YUV 184.71 35.05 131.77 -
System Red Green Blue C M Y K H S L
Decimal 190 214 20 0.11 0 0.91 0.16 67.42 0.83 0.46
Hex BE D6 14 B 0 5B 10 43 53 2E
Octal 276 326 24 13 0 133 20 103 123 56
Binary 10111110 11010110 10100 1011 0 1011011 10000 1000011 1010011 101110

Color Harmonies of #BED614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED614

Black with #BED614

Text Example


Text Example

White with #BED614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED614; }

 p { color: rgb(190,214,20); }

 H1.HeaderClassName
 {
   color: #BED614;
 }
 .AnyTagClassName
 {
   color: #BED614;
 }
</style>

background-color css

<style>
 a { background-color: #BED614; }

 a { background-color: rgb(190,214,20); }

 div.DivClassName
 {
   background-color: #BED614;
 }
 .BgClassName
 {
   background-color: #BED614;
 }
</style>

border-color css

<style>
 span { border-color: #BED614; }

 span { border-color: rgb(190,214,20); }

 td.TdClassName
 {
   border-color: #BED614;
 }
 .TagClassName
 {
   border-color: #BED614;
 }
</style>