Html Css Color HEX #BDCE1B Rio Grande

📋 copy color: '#BDCE1B'

red 189 ◦ green 206 ◦ blue 27

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

Shades of Rio Grande #BDCE1B

Tints of Rio Grande #BDCE1B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.82%

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

R = 44.79%
G = 48.82%
B = 6.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#BDCE1B (or 0xBDCE1B) is known color: Rio Grande. HEX triplet: BD, CE and 1B. RGB value is (189,206,27). Sum of RGB (Red+Green+Blue) = 189+206+27=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCE1B is #4231E4. Grayscale: #B5B5B5. Windows color (decimal): -4338149 or 1822397. OLE color: 1822397.

HSL color Cylindrical-coordinate representation of color #BDCE1B: hue angle of 65.7º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDCE1B is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 27 -
CMYK 0.08 0 0.87 0.19
HSL 65.7º 0.77% 0.46% -
HSV(B) 65.7º 0.87% 0.81% -
XYZ 43.26 55.04 9.38 -
YUV 180.51 41.37 134.05 -
System Red Green Blue C M Y K H S L
Decimal 189 206 27 0.08 0 0.87 0.19 65.7 0.77 0.46
Hex BD CE 1B 8 0 57 13 42 4D 2E
Octal 275 316 33 10 0 127 23 102 115 56
Binary 10111101 11001110 11011 1000 0 1010111 10011 1000010 1001101 101110

Color Harmonies of #BDCE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE1B

Black with #BDCE1B

Text Example


Text Example

White with #BDCE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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