Html Css Color HEX #BDC51B Rio Grande

📋 copy color: '#BDC51B'

red 189 ◦ green 197 ◦ blue 27

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

Shades of Rio Grande #BDC51B

Tints of Rio Grande #BDC51B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.7%

 BLUE value IS 27 (10.94% from 255) = 6.54%

R = 45.76%
G = 47.7%
B = 6.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#BDC51B (or 0xBDC51B) is known color: Rio Grande. HEX triplet: BD, C5 and 1B. RGB value is (189,197,27). Sum of RGB (Red+Green+Blue) = 189+197+27=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC51B is #423AE4. Grayscale: #AFAFAF. Windows color (decimal): -4340453 or 1820093. OLE color: 1820093.

HSL color Cylindrical-coordinate representation of color #BDC51B: hue angle of 62.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDC51B is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 27 -
CMYK 0.04 0 0.86 0.23
HSL 62.82º 0.76% 0.44% -
HSV(B) 62.82º 0.86% 0.77% -
XYZ 41.15 50.83 8.68 -
YUV 175.23 44.35 137.82 -
System Red Green Blue C M Y K H S L
Decimal 189 197 27 0.04 0 0.86 0.23 62.82 0.76 0.44
Hex BD C5 1B 4 0 56 17 3F 4C 2C
Octal 275 305 33 4 0 126 27 77 114 54
Binary 10111101 11000101 11011 100 0 1010110 10111 111111 1001100 101100

Color Harmonies of #BDC51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC51B

Black with #BDC51B

Text Example


Text Example

White with #BDC51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC51B; }

 p { color: rgb(189,197,27); }

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

background-color css

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

 a { background-color: rgb(189,197,27); }

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

border-color css

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

 span { border-color: rgb(189,197,27); }

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