Html Css Color HEX #BED60C Rio Grande

📋 copy color: '#BED60C'

red 190 ◦ green 214 ◦ blue 12

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

Shades of Rio Grande #BED60C

Tints of Rio Grande #BED60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 45.67%
G = 51.44%
B = 2.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#BED60C (or 0xBED60C) is known color: Rio Grande. HEX triplet: BE, D6 and 0C. RGB value is (190,214,12). Sum of RGB (Red+Green+Blue) = 190+214+12=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #BED60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED60C is #4129F3. Grayscale: #B8B8B8. Windows color (decimal): -4270580 or 841406. OLE color: 841406.

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

Color convert

RGB 190 214 12 -
CMYK 0.11 0 0.94 0.16
HSL 67.13º 0.89% 0.44% -
HSV(B) 67.13º 0.94% 0.84% -
XYZ 45.35 59.07 9.36 -
YUV 183.8 31.05 132.43 -
System Red Green Blue C M Y K H S L
Decimal 190 214 12 0.11 0 0.94 0.16 67.13 0.89 0.44
Hex BE D6 C B 0 5E 10 43 59 2C
Octal 276 326 14 13 0 136 20 103 131 54
Binary 10111110 11010110 1100 1011 0 1011110 10000 1000011 1011001 101100

Color Harmonies of #BED60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED60C

Black with #BED60C

Text Example


Text Example

White with #BED60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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