Html Css Color HEX #BDCE0B La Rioja

📋 copy color: '#BDCE0B'

red 189 ◦ green 206 ◦ blue 11

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

Shades of La Rioja #BDCE0B

Tints of La Rioja #BDCE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.71%

R = 46.55%
G = 50.74%
B = 2.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#BDCE0B (or 0xBDCE0B) is known color: La Rioja. HEX triplet: BD, CE and 0B. RGB value is (189,206,11). Sum of RGB (Red+Green+Blue) = 189+206+11=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCE0B is #4231F4. Grayscale: #B3B3B3. Windows color (decimal): -4338165 or 773821. OLE color: 773821.

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

Color convert

RGB 189 206 11 -
CMYK 0.08 0 0.95 0.19
HSL 65.23º 0.9% 0.43% -
HSV(B) 65.23º 0.95% 0.81% -
XYZ 43.12 54.99 8.66 -
YUV 178.69 33.37 135.36 -
System Red Green Blue C M Y K H S L
Decimal 189 206 11 0.08 0 0.95 0.19 65.23 0.9 0.43
Hex BD CE B 8 0 5F 13 41 5A 2B
Octal 275 316 13 10 0 137 23 101 132 53
Binary 10111101 11001110 1011 1000 0 1011111 10011 1000001 1011010 101011

Color Harmonies of #BDCE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE0B

Black with #BDCE0B

Text Example


Text Example

White with #BDCE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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