Html Css Color HEX #BDD01A Rio Grande

📋 copy color: '#BDD01A'

red 189 ◦ green 208 ◦ blue 26

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

Shades of Rio Grande #BDD01A

Tints of Rio Grande #BDD01A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.17%

 BLUE value IS 26 (10.55% from 255) = 6.15%

R = 44.68%
G = 49.17%
B = 6.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#BDD01A (or 0xBDD01A) is known color: Rio Grande. HEX triplet: BD, D0 and 1A. RGB value is (189,208,26). Sum of RGB (Red+Green+Blue) = 189+208+26=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD01A is #422FE5. Grayscale: #B6B6B6. Windows color (decimal): -4337638 or 1757373. OLE color: 1757373.

HSL color Cylindrical-coordinate representation of color #BDD01A: hue angle of 66.26º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDD01A is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 26 -
CMYK 0.09 0 0.88 0.18
HSL 66.26º 0.78% 0.46% -
HSV(B) 66.26º 0.88% 0.82% -
XYZ 43.73 56.01 9.48 -
YUV 181.57 40.21 133.3 -
System Red Green Blue C M Y K H S L
Decimal 189 208 26 0.09 0 0.88 0.18 66.26 0.78 0.46
Hex BD D0 1A 9 0 58 12 42 4E 2E
Octal 275 320 32 11 0 130 22 102 116 56
Binary 10111101 11010000 11010 1001 0 1011000 10010 1000010 1001110 101110

Color Harmonies of #BDD01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD01A

Black with #BDD01A

Text Example


Text Example

White with #BDD01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD01A; }

 p { color: rgb(189,208,26); }

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

background-color css

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

 a { background-color: rgb(189,208,26); }

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

border-color css

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

 span { border-color: rgb(189,208,26); }

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