Html Css Color HEX #BDCA26 Rio Grande

📋 copy color: '#BDCA26'

red 189 ◦ green 202 ◦ blue 38

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

Shades of Rio Grande #BDCA26

Tints of Rio Grande #BDCA26

RGB

 RED value IS 189 (74.22% from 255) = 44.06%

 GREEN value IS 202 (79.3% from 255) = 47.09%

 BLUE value IS 38 (15.23% from 255) = 8.86%

R = 44.06%
G = 47.09%
B = 8.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#BDCA26 (or 0xBDCA26) is known color: Rio Grande. HEX triplet: BD, CA and 26. RGB value is (189,202,38). Sum of RGB (Red+Green+Blue) = 189+202+38=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 38 (15.23% from 255 or 8.86% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA26 is #4235D9. Grayscale: #B4B4B4. Windows color (decimal): -4339162 or 2542269. OLE color: 2542269.

HSL color Cylindrical-coordinate representation of color #BDCA26: hue angle of 64.76º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDCA26 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 38 -
CMYK 0.06 0 0.81 0.21
HSL 64.76º 0.68% 0.47% -
HSV(B) 64.76º 0.81% 0.79% -
XYZ 42.46 53.2 9.86 -
YUV 179.42 48.19 134.84 -
System Red Green Blue C M Y K H S L
Decimal 189 202 38 0.06 0 0.81 0.21 64.76 0.68 0.47
Hex BD CA 26 6 0 51 15 41 44 2F
Octal 275 312 46 6 0 121 25 101 104 57
Binary 10111101 11001010 100110 110 0 1010001 10101 1000001 1000100 101111

Color Harmonies of #BDCA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA26

Black with #BDCA26

Text Example


Text Example

White with #BDCA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA26; }

 p { color: rgb(189,202,38); }

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

background-color css

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

 a { background-color: rgb(189,202,38); }

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

border-color css

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

 span { border-color: rgb(189,202,38); }

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