Html Css Color HEX #BDD01C Rio Grande

📋 copy color: '#BDD01C'

red 189 ◦ green 208 ◦ blue 28

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

Shades of Rio Grande #BDD01C

Tints of Rio Grande #BDD01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.59%

R = 44.47%
G = 48.94%
B = 6.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#BDD01C (or 0xBDD01C) is known color: Rio Grande. HEX triplet: BD, D0 and 1C. RGB value is (189,208,28). Sum of RGB (Red+Green+Blue) = 189+208+28=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD01C is #422FE3. Grayscale: #B6B6B6. Windows color (decimal): -4337636 or 1888445. OLE color: 1888445.

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

Color convert

RGB 189 208 28 -
CMYK 0.09 0 0.87 0.18
HSL 66.33º 0.76% 0.46% -
HSV(B) 66.33º 0.87% 0.82% -
XYZ 43.75 56.01 9.6 -
YUV 181.8 41.21 133.14 -
System Red Green Blue C M Y K H S L
Decimal 189 208 28 0.09 0 0.87 0.18 66.33 0.76 0.46
Hex BD D0 1C 9 0 57 12 42 4C 2E
Octal 275 320 34 11 0 127 22 102 114 56
Binary 10111101 11010000 11100 1001 0 1010111 10010 1000010 1001100 101110

Color Harmonies of #BDD01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD01C

Black with #BDD01C

Text Example


Text Example

White with #BDD01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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