Html Css Color HEX #BDC31B Rio Grande

📋 copy color: '#BDC31B'

red 189 ◦ green 195 ◦ blue 27

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

Shades of Rio Grande #BDC31B

Tints of Rio Grande #BDC31B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.45%

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

R = 45.99%
G = 47.45%
B = 6.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#BDC31B (or 0xBDC31B) is known color: Rio Grande. HEX triplet: BD, C3 and 1B. RGB value is (189,195,27). Sum of RGB (Red+Green+Blue) = 189+195+27=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC31B is #423CE4. Grayscale: #AEAEAE. Windows color (decimal): -4340965 or 1819581. OLE color: 1819581.

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

Color convert

RGB 189 195 27 -
CMYK 0.03 0 0.86 0.24
HSL 62.14º 0.76% 0.44% -
HSV(B) 62.14º 0.86% 0.76% -
XYZ 40.7 49.93 8.53 -
YUV 174.05 45.01 138.66 -
System Red Green Blue C M Y K H S L
Decimal 189 195 27 0.03 0 0.86 0.24 62.14 0.76 0.44
Hex BD C3 1B 3 0 56 18 3E 4C 2C
Octal 275 303 33 3 0 126 30 76 114 54
Binary 10111101 11000011 11011 11 0 1010110 11000 111110 1001100 101100

Color Harmonies of #BDC31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC31B

Black with #BDC31B

Text Example


Text Example

White with #BDC31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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