Html Css Color HEX #BDC11C Rio Grande

📋 copy color: '#BDC11C'

red 189 ◦ green 193 ◦ blue 28

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

Shades of Rio Grande #BDC11C

Tints of Rio Grande #BDC11C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.07%

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

R = 46.1%
G = 47.07%
B = 6.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#BDC11C (or 0xBDC11C) is known color: Rio Grande. HEX triplet: BD, C1 and 1C. RGB value is (189,193,28). Sum of RGB (Red+Green+Blue) = 189+193+28=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC11C is #423EE3. Grayscale: #ADADAD. Windows color (decimal): -4341476 or 1884605. OLE color: 1884605.

HSL color Cylindrical-coordinate representation of color #BDC11C: hue angle of 61.45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDC11C is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 28 -
CMYK 0.02 0 0.85 0.24
HSL 61.45º 0.75% 0.43% -
HSV(B) 61.45º 0.85% 0.76% -
XYZ 40.27 49.04 8.44 -
YUV 172.99 46.17 139.42 -
System Red Green Blue C M Y K H S L
Decimal 189 193 28 0.02 0 0.85 0.24 61.45 0.75 0.43
Hex BD C1 1C 2 0 55 18 3D 4B 2B
Octal 275 301 34 2 0 125 30 75 113 53
Binary 10111101 11000001 11100 10 0 1010101 11000 111101 1001011 101011

Color Harmonies of #BDC11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC11C

Black with #BDC11C

Text Example


Text Example

White with #BDC11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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