Html Css Color HEX #BDCF0D La Rioja

📋 copy color: '#BDCF0D'

red 189 ◦ green 207 ◦ blue 13

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

Shades of La Rioja #BDCF0D

Tints of La Rioja #BDCF0D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.61%

 BLUE value IS 13 (5.47% from 255) = 3.18%

R = 46.21%
G = 50.61%
B = 3.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#BDCF0D (or 0xBDCF0D) is known color: La Rioja. HEX triplet: BD, CF and 0D. RGB value is (189,207,13). Sum of RGB (Red+Green+Blue) = 189+207+13=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCF0D is #4230F2. Grayscale: #B4B4B4. Windows color (decimal): -4337907 or 905149. OLE color: 905149.

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

Color convert

RGB 189 207 13 -
CMYK 0.09 0 0.94 0.19
HSL 65.57º 0.88% 0.43% -
HSV(B) 65.57º 0.94% 0.81% -
XYZ 43.37 55.47 8.8 -
YUV 179.5 34.04 134.77 -
System Red Green Blue C M Y K H S L
Decimal 189 207 13 0.09 0 0.94 0.19 65.57 0.88 0.43
Hex BD CF D 9 0 5E 13 42 58 2B
Octal 275 317 15 11 0 136 23 102 130 53
Binary 10111101 11001111 1101 1001 0 1011110 10011 1000010 1011000 101011

Color Harmonies of #BDCF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF0D

Black with #BDCF0D

Text Example


Text Example

White with #BDCF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF0D; }

 p { color: rgb(189,207,13); }

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

background-color css

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

 a { background-color: rgb(189,207,13); }

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

border-color css

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

 span { border-color: rgb(189,207,13); }

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