Html Css Color HEX #BED61B Rio Grande

📋 copy color: '#BED61B'

red 190 ◦ green 214 ◦ blue 27

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

Shades of Rio Grande #BED61B

Tints of Rio Grande #BED61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.26%

R = 44.08%
G = 49.65%
B = 6.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#BED61B (or 0xBED61B) is known color: Rio Grande. HEX triplet: BE, D6 and 1B. RGB value is (190,214,27). Sum of RGB (Red+Green+Blue) = 190+214+27=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #BED61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED61B is #4129E4. Grayscale: #BABABA. Windows color (decimal): -4270565 or 1824446. OLE color: 1824446.

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

Color convert

RGB 190 214 27 -
CMYK 0.11 0 0.87 0.16
HSL 67.7º 0.78% 0.47% -
HSV(B) 67.7º 0.87% 0.84% -
XYZ 45.48 59.12 10.05 -
YUV 185.51 38.55 131.21 -
System Red Green Blue C M Y K H S L
Decimal 190 214 27 0.11 0 0.87 0.16 67.7 0.78 0.47
Hex BE D6 1B B 0 57 10 44 4E 2F
Octal 276 326 33 13 0 127 20 104 116 57
Binary 10111110 11010110 11011 1011 0 1010111 10000 1000100 1001110 101111

Color Harmonies of #BED61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED61B

Black with #BED61B

Text Example


Text Example

White with #BED61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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