Html Css Color HEX #BDC108 La Rioja

📋 copy color: '#BDC108'

red 189 ◦ green 193 ◦ blue 8

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

Shades of La Rioja #BDC108

Tints of La Rioja #BDC108

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.49%

 BLUE value IS 8 (3.52% from 255) = 2.05%

R = 48.46%
G = 49.49%
B = 2.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#BDC108 (or 0xBDC108) is known color: La Rioja. HEX triplet: BD, C1 and 08. RGB value is (189,193,8). Sum of RGB (Red+Green+Blue) = 189+193+8=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC108 is #423EF7. Grayscale: #ABABAB. Windows color (decimal): -4341496 or 573885. OLE color: 573885.

HSL color Cylindrical-coordinate representation of color #BDC108: hue angle of 61.3º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDC108 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 8 -
CMYK 0.02 0 0.96 0.24
HSL 61.3º 0.92% 0.39% -
HSV(B) 61.3º 0.96% 0.76% -
XYZ 40.1 48.98 7.57 -
YUV 170.71 36.17 141.04 -
System Red Green Blue C M Y K H S L
Decimal 189 193 8 0.02 0 0.96 0.24 61.3 0.92 0.39
Hex BD C1 8 2 0 60 18 3D 5C 27
Octal 275 301 10 2 0 140 30 75 134 47
Binary 10111101 11000001 1000 10 0 1100000 11000 111101 1011100 100111

Color Harmonies of #BDC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC108

Black with #BDC108

Text Example


Text Example

White with #BDC108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC108; }

 p { color: rgb(189,193,8); }

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

background-color css

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

 a { background-color: rgb(189,193,8); }

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

border-color css

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

 span { border-color: rgb(189,193,8); }

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