Html Css Color HEX #BED60B Rio Grande

📋 copy color: '#BED60B'

red 190 ◦ green 214 ◦ blue 11

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

Shades of Rio Grande #BED60B

Tints of Rio Grande #BED60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.65%

R = 45.78%
G = 51.57%
B = 2.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#BED60B (or 0xBED60B) is known color: Rio Grande. HEX triplet: BE, D6 and 0B. RGB value is (190,214,11). Sum of RGB (Red+Green+Blue) = 190+214+11=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #BED60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED60B is #4129F4. Grayscale: #B8B8B8. Windows color (decimal): -4270581 or 775870. OLE color: 775870.

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

Color convert

RGB 190 214 11 -
CMYK 0.11 0 0.95 0.16
HSL 67.09º 0.9% 0.44% -
HSV(B) 67.09º 0.95% 0.84% -
XYZ 45.34 59.06 9.33 -
YUV 183.68 30.55 132.51 -
System Red Green Blue C M Y K H S L
Decimal 190 214 11 0.11 0 0.95 0.16 67.09 0.9 0.44
Hex BE D6 B B 0 5F 10 43 5A 2C
Octal 276 326 13 13 0 137 20 103 132 54
Binary 10111110 11010110 1011 1011 0 1011111 10000 1000011 1011010 101100

Color Harmonies of #BED60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED60B

Black with #BED60B

Text Example


Text Example

White with #BED60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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