Html Css Color HEX #BDC02C Rio Grande

📋 copy color: '#BDC02C'

red 189 ◦ green 192 ◦ blue 44

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

Shades of Rio Grande #BDC02C

Tints of Rio Grande #BDC02C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.18%

 BLUE value IS 44 (17.58% from 255) = 10.35%

R = 44.47%
G = 45.18%
B = 10.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BDC02C (or 0xBDC02C) is known color: Rio Grande. HEX triplet: BD, C0 and 2C. RGB value is (189,192,44). Sum of RGB (Red+Green+Blue) = 189+192+44=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC02C is #423FD3. Grayscale: #AEAEAE. Windows color (decimal): -4341716 or 2932925. OLE color: 2932925.

HSL color Cylindrical-coordinate representation of color #BDC02C: hue angle of 61.22º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDC02C is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 44 -
CMYK 0.02 0 0.77 0.25
HSL 61.22º 0.63% 0.46% -
HSV(B) 61.22º 0.77% 0.75% -
XYZ 40.29 48.7 9.66 -
YUV 174.23 54.51 138.53 -
System Red Green Blue C M Y K H S L
Decimal 189 192 44 0.02 0 0.77 0.25 61.22 0.63 0.46
Hex BD C0 2C 2 0 4D 19 3D 3F 2E
Octal 275 300 54 2 0 115 31 75 77 56
Binary 10111101 11000000 101100 10 0 1001101 11001 111101 111111 101110

Color Harmonies of #BDC02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC02C

Black with #BDC02C

Text Example


Text Example

White with #BDC02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC02C; }

 p { color: rgb(189,192,44); }

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

background-color css

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

 a { background-color: rgb(189,192,44); }

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

border-color css

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

 span { border-color: rgb(189,192,44); }

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