Html Css Color HEX #BDC81C Rio Grande

📋 copy color: '#BDC81C'

red 189 ◦ green 200 ◦ blue 28

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

Shades of Rio Grande #BDC81C

Tints of Rio Grande #BDC81C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.96%

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

R = 45.32%
G = 47.96%
B = 6.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#BDC81C (or 0xBDC81C) is known color: Rio Grande. HEX triplet: BD, C8 and 1C. RGB value is (189,200,28). Sum of RGB (Red+Green+Blue) = 189+200+28=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC81C is #4237E3. Grayscale: #B1B1B1. Windows color (decimal): -4339684 or 1886397. OLE color: 1886397.

HSL color Cylindrical-coordinate representation of color #BDC81C: hue angle of 63.84º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDC81C is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 28 -
CMYK 0.06 0 0.86 0.22
HSL 63.84º 0.75% 0.45% -
HSV(B) 63.84º 0.86% 0.78% -
XYZ 41.85 52.21 8.97 -
YUV 177.1 43.86 136.49 -
System Red Green Blue C M Y K H S L
Decimal 189 200 28 0.06 0 0.86 0.22 63.84 0.75 0.45
Hex BD C8 1C 6 0 56 16 40 4B 2D
Octal 275 310 34 6 0 126 26 100 113 55
Binary 10111101 11001000 11100 110 0 1010110 10110 1000000 1001011 101101

Color Harmonies of #BDC81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC81C

Black with #BDC81C

Text Example


Text Example

White with #BDC81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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